You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Classes > VectorInt Structure > VectorInt Methods > CopyToArray Method > VectorInt.CopyToArray Method (TCplx[], [In] int, [In] int, [In] int)
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
VectorInt.CopyToArray Method (TCplx[], [In] int, [In] int, [In] int)

Copy values from the calling object [Index]..[Index+len-1] to the Dst integer array at positions [DstIndex]...[DstIndex+Len-1].

Syntax
C#
Visual Basic
public TMtxVecInt CopyToArray(ref TCplx[] Dst, [In] int DstIndex, [In] int Index, [In] int Len);

The size of the Dst array is not changed. The method converts calling object values to double precision floating point values. Consecutive elements are converted to real and imaginary parts.

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!